projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2abef90
)
(vc-revert-buffer1): Fix format of compilation-error-list.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 1 May 1993 03:09:16 +0000
(
03:09
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 1 May 1993 03:09:16 +0000
(
03:09
+0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 434f254314818d9b48e9823812694dd30ac9fb1c..2e0fa62eac0e8988055eab8289aec785779a2476 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-282,10
+282,10
@@
the master name of FILE; this is appended to an optional list of FLAGS."
(buffer-error-marked-p nil))
(while (and errors
(not buffer-error-marked-p))
- (and (markerp (c
ar (cdr (car errors)
)))
+ (and (markerp (c
dr (car errors
)))
(eq buffer
(marker-buffer
- (c
ar (cdr (car errors)
))))
+ (c
dr (car errors
))))
(setq buffer-error-marked-p t))
(setq errors (cdr errors)))
(if buffer-error-marked-p buffer)))